home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Hyperj-Hz / HyperResumé.cpt / HyperResumé / background_2622.txt < prev    next >
Text File  |  1988-03-23  |  2KB  |  119 lines

  1. -- background: 2622 from stack: in
  2. -- bmap block id: 3211
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 01
  14. -- high flags: 0000
  15. -- rect: left=15 top=34 right=61 bottom=498
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 3
  20. -- text size: 20
  21. -- style flags: 256
  22. -- line height: 26
  23. -- part name: 
  24.  
  25.  
  26. -- part 13 (field)
  27. -- low flags: 01
  28. -- high flags: 0000
  29. -- rect: left=15 top=73 right=309 bottom=486
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 3
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: 
  38.  
  39.  
  40. -- part 14 (button)
  41. -- low flags: 00
  42. -- high flags: 0000
  43. -- rect: left=222 top=305 right=330 bottom=252
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 3835 / 3835
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Prev
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   visual scroll left
  55.   go prev card of this bkgnd
  56. end mouseUp
  57.  
  58.  
  59.  
  60. -- part 15 (button)
  61. -- low flags: 00
  62. -- high flags: 0000
  63. -- rect: left=254 top=305 right=330 bottom=284
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 29484 / 29484
  66. -- text alignment: 1
  67. -- font id: 0
  68. -- text size: 12
  69. -- style flags: 0
  70. -- line height: 16
  71. -- part name: Next
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.   visual scroll right
  75.   go next card of this bkgnd
  76. end mouseUp
  77.  
  78.  
  79.  
  80. -- part 17 (button)
  81. -- low flags: 00
  82. -- high flags: 2000
  83. -- rect: left=466 top=32 right=61 bottom=498
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 21700 / 21700
  86. -- text alignment: 1
  87. -- font id: 0
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: Home
  92. ----- HyperTalk script -----
  93. on mouseUp
  94.   visual effect iris open
  95.   go Home
  96. end mouseUp
  97.  
  98.  
  99.  
  100. -- part 19 (button)
  101. -- low flags: 00
  102. -- high flags: 2000
  103. -- rect: left=419 top=32 right=62 bottom=451
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 30557 / 30557
  106. -- text alignment: 1
  107. -- font id: 0
  108. -- text size: 12
  109. -- style flags: 0
  110. -- line height: 16
  111. -- part name: Cover Card
  112. ----- HyperTalk script -----
  113. on mouseUp
  114.   visual zoom out
  115.   go to card "Resume Index"
  116. end mouseUp
  117.  
  118.  
  119.